McDirection 列举
轴的移动方向。
命名空间:IntervalZero.KINGSTAR.Base
组合: IntervalZero.KINGSTAR.Base (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public enum McDirection
Public Enum McDirection
成员
成员名称 | 值 | 说明 |
---|---|---|
mcPositiveDirection | 0 | 移动至位置方向。 |
mcShortestWay | 1 | 采取最短路径抵达位置。 |
mcNegativeDirection | 2 | 移动至负方向。 |
mcCurrentDirection | 3 | 使用当前方向。 |
参见